home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-19 / iritsm3s.zip / ADJACNCY.H < prev    next >
C/C++ Source or Header  |  1990-09-02  |  633b  |  17 lines

  1. /*****************************************************************************
  2. *   "Irit" - the 3d polygonal solid modeller.                     *
  3. *                                         *
  4. * Written by:  Gershon Elber                Ver 0.2, Mar. 1990   *
  5. ******************************************************************************
  6. * General, visible to others, definitions of polygon adjacencies module.     *
  7. *****************************************************************************/
  8.  
  9. #ifndef    ADJACENCY_GH
  10. #define    ADJACENCY_GH
  11.  
  12. /* Some prototypes of the global routines in this module: */
  13.  
  14. int GenAdjacencies(ObjectStruct *PObj);
  15.  
  16. #endif    /* ADJACENCY_GH */
  17.